* lisp/profiler.el (profiler-start): Don't prompt for choice when there
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 26 Sep 2012 04:02:21 +0000 (00:02 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 26 Sep 2012 04:02:21 +0000 (00:02 -0400)
commit0da845e9db127279d0b3b43f2dc3dba19a533b5c
tree09a6f0749aea2864bfc127afe1c4f1b5cb21bcf4
parent59bd29f1b7a04586538700240cb95a4389cb733e
* lisp/profiler.el (profiler-start): Don't prompt for choice when there
isn't any.
(profiler-stop): Use new semantics of profiler-*-stop.
(profiler-reset, profiler--report-cpu): Don't signal an error if the
cpu profiler is not available.
* src/profiler.c (Fprofiler_cpu_stop, Fprofiler_memory_stop):
Return whether the profiler was running, instead of signaling an error
if it wasn't.
lisp/ChangeLog
lisp/profiler.el
src/ChangeLog
src/profiler.c